-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add blutgang integration #87
Conversation
Signed-off-by: Ji Hwan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, a few nits :)
Co-authored-by: Léo Vincent <[email protected]>
Signed-off-by: Ji Hwan <[email protected]>
…nto jihwan/blutgang
Signed-off-by: Ji Hwan <[email protected]>
Signed-off-by: Ji Hwan <[email protected]>
…nto jihwan/blutgang
Signed-off-by: Ji Hwan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!!
Signed-off-by: Ji Hwan <[email protected]>
Quality Gate passedIssues Measures |
Description
This PR integrates blutgang to kurtosis-cdk as an L2 load balancer/cache.
Blutgang caches RPC calls and significantly reduces recurring queries to the RPC nodes.
Before cache
After cache
This PR sets up the blutgang service in front of the RPC endpoints as shown in the blutgang-config.toml file:
The queries/results are cached inside the local db within the blutgang service.